com.inscoper.nbo.ImagingEnvironment¶
Represents the XML element ImagingEnvironment. More...
Inherits from com.inscoper.nbo.NBOBaseClass
Public Functions¶
| Name | |
|---|---|
| synchronized void | delete() |
| ImagingEnvironment() | |
| String | getTypeName() Returns the class type name. |
| String | getXMLName() Returns the XML element name corresponding to this class. |
| ENBOType | getNBOType() Returns the NBO Type corresponding to this class. |
| NBOBaseClassVector | getChildren() Returns a list of all classes derived from this class. |
| NBOBaseClassVector | getSubElements() Returns a list of all child elements contained in this class. |
| void | fromJsonFile(String path, boolean validate) Populates this object from a JSON file. |
| void | fromJsonFile(String path) Populates this object from a JSON file. |
| void | fromJsonString(String json_string, boolean validate) Populates this object from a JSON string. |
| void | fromJsonString(String json_string) Populates this object from a JSON string. |
| void | fromXmlFile(String path, boolean validate) Populates this object from a XML file. |
| void | fromXmlFile(String path) Populates this object from a XML file. |
| void | fromXmlString(String xml_string, boolean validate) Populates this object from a XML string. |
| void | fromXmlString(String xml_string) Populates this object from a XML string. |
| void | toXmlFile(String filename, boolean validate) Serializes this object to an XML file. |
| void | toXmlFile(String filename) Serializes this object to an XML file. |
| String | toXmlString(boolean validate) Serializes this object to an XML string. |
| String | toXmlString() Serializes this object to an XML string. |
| void | setID(EnvironmentalControlDeviceID_Type value, boolean validate) Sets the value of the ID attribute. |
| void | setID(EnvironmentalControlDeviceID_Type value) Sets the value of the ID attribute. |
| EnvironmentalControlDeviceID_Type | getID() Returns the value of the ID attribute. |
| void | resetID() Resets the ID attribute to an unset state. |
| boolean | hasID() Checks whether the optional ID attribute is present. |
| void | setTemperature(String value, boolean validate) Sets the value of the Temperature attribute. |
| void | setTemperature(String value) Sets the value of the Temperature attribute. |
| String | getTemperature() Returns the value of the Temperature attribute. |
| void | resetTemperature() Resets the Temperature attribute to an unset state. |
| boolean | hasTemperature() Checks whether the Temperature attribute is present. |
| void | setTemperatureUnit(UnitsTemperature_Type value, boolean validate) Sets the value of the TemperatureUnit attribute. |
| void | setTemperatureUnit(UnitsTemperature_Type value) Sets the value of the TemperatureUnit attribute. |
| UnitsTemperature_Type | getTemperatureUnit() Returns the value of the TemperatureUnit attribute. |
| void | resetTemperatureUnit() Resets the TemperatureUnit attribute to an unset state. |
| boolean | hasTemperatureUnit() Checks whether the optional TemperatureUnit attribute is present. |
| void | setCO2Percent(String value, boolean validate) Sets the value of the CO2Percent attribute. |
| void | setCO2Percent(String value) Sets the value of the CO2Percent attribute. |
| String | getCO2Percent() Returns the value of the CO2Percent attribute. |
| void | resetCO2Percent() Resets the CO2Percent attribute to an unset state. |
| boolean | hasCO2Percent() Checks whether the CO2Percent attribute is present. |
| void | setHumidity(String value, boolean validate) Sets the value of the Humidity attribute. |
| void | setHumidity(String value) Sets the value of the Humidity attribute. |
| String | getHumidity() Returns the value of the Humidity attribute. |
| void | resetHumidity() Resets the Humidity attribute to an unset state. |
| boolean | hasHumidity() Checks whether the Humidity attribute is present. |
| void | setAirPressure(float value, boolean validate) Sets the value of the AirPressure attribute. |
| void | setAirPressure(float value) Sets the value of the AirPressure attribute. |
| float | getAirPressure() Returns the value of the AirPressure attribute. |
| void | resetAirPressure() Resets the AirPressure attribute to an unset state. |
| boolean | hasAirPressure() Checks whether the AirPressure attribute is present. |
| void | setAirPressureUnit(UnitsPressure_Type value, boolean validate) Sets the value of the AirPressureUnit attribute. |
| void | setAirPressureUnit(UnitsPressure_Type value) Sets the value of the AirPressureUnit attribute. |
| UnitsPressure_Type | getAirPressureUnit() Returns the value of the AirPressureUnit attribute. |
| void | resetAirPressureUnit() Resets the AirPressureUnit attribute to an unset state. |
| boolean | hasAirPressureUnit() Checks whether the optional AirPressureUnit attribute is present. |
| void | setO2Percent(PercentFraction_Type value, boolean validate) Sets the value of the O2Percent attribute. |
| void | setO2Percent(PercentFraction_Type value) Sets the value of the O2Percent attribute. |
| PercentFraction_Type | getO2Percent() Returns the value of the O2Percent attribute. |
| void | resetO2Percent() Resets the O2Percent attribute to an unset state. |
| boolean | hasO2Percent() Checks whether the optional O2Percent attribute is present. |
| void | setDescription(Description value, boolean validate) Sets the value of the Description element. |
| void | setDescription(Description value) Sets the value of the Description element. |
| Description | getDescription() Returns the value of the Description element. |
| void | resetDescription() Resets the Description element to an unset state. |
| boolean | hasDescription() Checks whether the optional Description element is present. |
| void | setMap(Map_Type value, boolean validate) Sets the value of the Map element. |
| void | setMap(Map_Type value) Sets the value of the Map element. |
| Map_Type | getMap() Returns the value of the Map element. |
| void | resetMap() Resets the Map element to an unset state. |
| boolean | hasMap() Checks whether the optional Map element is present. |
| ImagingEnvironment | __internal_create(long cPtr, boolean own) |
| ImagingEnvironment | fromBase(NBOBaseClass base) Cast a NBOBaseClass to a CMOS. |
| StringSet | getTemperatureAllowedValues() Returns the allowed values for this attribut. |
| StringSet | getCO2PercentAllowedValues() Returns the allowed values for this attribut. |
| StringSet | getHumidityAllowedValues() Returns the allowed values for this attribut. |
Protected Functions¶
| Name | |
|---|---|
| ImagingEnvironment(long cPtr, boolean cMemoryOwn) | |
| void | swigSetCMemOwn(boolean own) |
| void | finalize() |
| long | getCPtr(ImagingEnvironment obj) |
Additional inherited members¶
Protected Functions inherited from com.inscoper.nbo.NBOBaseClass
| Name | |
|---|---|
| NBOBaseClass(long cPtr, boolean cMemoryOwn) |
Detailed Description¶
Represents the XML element ImagingEnvironment.
This element describes the environment in which the biological sample was maintained during the Acquisition of this Image.
Public Functions Documentation¶
function delete¶
Reimplements: com.inscoper.nbo.NBOBaseClass.delete
function ImagingEnvironment¶
function getTypeName¶
Returns the class type name.
Return: The class type name
Reimplements: com.inscoper.nbo.NBOBaseClass.getTypeName
function getXMLName¶
Returns the XML element name corresponding to this class.
Return: The XML element name
Reimplements: com.inscoper.nbo.NBOBaseClass.getXMLName
function getNBOType¶
Returns the NBO Type corresponding to this class.
Return: The NBO Type value
Reimplements: com.inscoper.nbo.NBOBaseClass.getNBOType
function getChildren¶
Returns a list of all classes derived from this class.
Return: The list of derived classes
Reimplements: com.inscoper.nbo.NBOBaseClass.getChildren
function getSubElements¶
Returns a list of all child elements contained in this class.
Return: The list of child classes
Reimplements: com.inscoper.nbo.NBOBaseClass.getSubElements
function fromJsonFile¶
Populates this object from a JSON file.
Parameters:
- path The path to the JSON file
- validate If true, validates constraints on value. Default is true.
function fromJsonFile¶
Populates this object from a JSON file.
Parameters:
- path The path to the JSON file
function fromJsonString¶
Populates this object from a JSON string.
Parameters:
- json_string The JSON content as a string
- validate If true, validates constraints on value. Default is true.
function fromJsonString¶
Populates this object from a JSON string.
Parameters:
- json_string The JSON content as a string
function fromXmlFile¶
Populates this object from a XML file.
Parameters:
- path The path to the XML file
- validate If true, validates constraints on value. Default is true.
function fromXmlFile¶
Populates this object from a XML file.
Parameters:
- path The path to the XML file
function fromXmlString¶
Populates this object from a XML string.
Parameters:
- xml_string The XML content as a string
- validate If true, validates constraints on value. Default is true.
function fromXmlString¶
Populates this object from a XML string.
Parameters:
- xml_string The XML content as a string
function toXmlFile¶
Serializes this object to an XML file.
Parameters:
- filename The path to the output XML file
- validate If true, validates constraints on value. Default is true.
function toXmlFile¶
Serializes this object to an XML file.
Parameters:
- filename The path to the output XML file
function toXmlString¶
Serializes this object to an XML string.
Parameters:
- validate If true, validates constraints on value. Default is true.
Return: A string containing the XML representation of this object
function toXmlString¶
Serializes this object to an XML string.
Return: A string containing the XML representation of this object
function setID¶
Sets the value of the ID attribute.
Parameters:
- value The value to set
- validate If true, validates constraints on value. Default is true.
This is the Unique Identifier of the Environmental Control Device used in this case.
function setID¶
Sets the value of the ID attribute.
Parameters:
- value The value to set
This is the Unique Identifier of the Environmental Control Device used in this case.
function getID¶
Returns the value of the ID attribute.
Return: The value of the attribute
This is the Unique Identifier of the Environmental Control Device used in this case.
function resetID¶
Resets the ID attribute to an unset state.
This is the Unique Identifier of the Environmental Control Device used in this case.
function hasID¶
Checks whether the optional ID attribute is present.
Return: true if the optional attribute has been set, false otherwise
This is the Unique Identifier of the Environmental Control Device used in this case.
function setTemperature¶
Sets the value of the Temperature attribute.
Parameters:
- value The value to set
- validate If true, validates constraints on value. Default is true.
The field records the Temperature at which this Image Acquisition was performed. Allowed values include a number or the phrase "Room Temperature".
function setTemperature¶
Sets the value of the Temperature attribute.
Parameters:
- value The value to set
The field records the Temperature at which this Image Acquisition was performed. Allowed values include a number or the phrase "Room Temperature".
function getTemperature¶
Returns the value of the Temperature attribute.
Return: The value of the attribute
The field records the Temperature at which this Image Acquisition was performed. Allowed values include a number or the phrase "Room Temperature".
function resetTemperature¶
Resets the Temperature attribute to an unset state.
The field records the Temperature at which this Image Acquisition was performed. Allowed values include a number or the phrase "Room Temperature".
function hasTemperature¶
Checks whether the Temperature attribute is present.
Return: true if the attribute has been set, false otherwise
The field records the Temperature at which this Image Acquisition was performed. Allowed values include a number or the phrase "Room Temperature".
function setTemperatureUnit¶
Sets the value of the TemperatureUnit attribute.
Parameters:
- value The value to set
- validate If true, validates constraints on value. Default is true.
No description available in the XSD standard.
function setTemperatureUnit¶
Sets the value of the TemperatureUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getTemperatureUnit¶
Returns the value of the TemperatureUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetTemperatureUnit¶
Resets the TemperatureUnit attribute to an unset state.
No description available in the XSD standard.
function hasTemperatureUnit¶
Checks whether the optional TemperatureUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setCO2Percent¶
Sets the value of the CO2Percent attribute.
Parameters:
- value The value to set
- validate If true, validates constraints on value. Default is true.
The field records the Carbon Dioxide concentration (expressed as a % value) at which this Image Acquisition was performed. Allowed values include a number or the phrase "Ambient Conditions".
function setCO2Percent¶
Sets the value of the CO2Percent attribute.
Parameters:
- value The value to set
The field records the Carbon Dioxide concentration (expressed as a % value) at which this Image Acquisition was performed. Allowed values include a number or the phrase "Ambient Conditions".
function getCO2Percent¶
Returns the value of the CO2Percent attribute.
Return: The value of the attribute
The field records the Carbon Dioxide concentration (expressed as a % value) at which this Image Acquisition was performed. Allowed values include a number or the phrase "Ambient Conditions".
function resetCO2Percent¶
Resets the CO2Percent attribute to an unset state.
The field records the Carbon Dioxide concentration (expressed as a % value) at which this Image Acquisition was performed. Allowed values include a number or the phrase "Ambient Conditions".
function hasCO2Percent¶
Checks whether the CO2Percent attribute is present.
Return: true if the attribute has been set, false otherwise
The field records the Carbon Dioxide concentration (expressed as a % value) at which this Image Acquisition was performed. Allowed values include a number or the phrase "Ambient Conditions".
function setHumidity¶
Sets the value of the Humidity attribute.
Parameters:
- value The value to set
- validate If true, validates constraints on value. Default is true.
The field records the Humidity (expressed as a % value) at which this Image Acquisition was performed. Allowed values include a number or the phrase "Ambient Humidity".
function setHumidity¶
Sets the value of the Humidity attribute.
Parameters:
- value The value to set
The field records the Humidity (expressed as a % value) at which this Image Acquisition was performed. Allowed values include a number or the phrase "Ambient Humidity".
function getHumidity¶
Returns the value of the Humidity attribute.
Return: The value of the attribute
The field records the Humidity (expressed as a % value) at which this Image Acquisition was performed. Allowed values include a number or the phrase "Ambient Humidity".
function resetHumidity¶
Resets the Humidity attribute to an unset state.
The field records the Humidity (expressed as a % value) at which this Image Acquisition was performed. Allowed values include a number or the phrase "Ambient Humidity".
function hasHumidity¶
Checks whether the Humidity attribute is present.
Return: true if the attribute has been set, false otherwise
The field records the Humidity (expressed as a % value) at which this Image Acquisition was performed. Allowed values include a number or the phrase "Ambient Humidity".
function setAirPressure¶
Sets the value of the AirPressure attribute.
Parameters:
- value The value to set
- validate If true, validates constraints on value. Default is true.
The field records the AirPressure the Acquisition of this Image was performed at.
function setAirPressure¶
Sets the value of the AirPressure attribute.
Parameters:
- value The value to set
The field records the AirPressure the Acquisition of this Image was performed at.
function getAirPressure¶
Returns the value of the AirPressure attribute.
Return: The value of the attribute
The field records the AirPressure the Acquisition of this Image was performed at.
function resetAirPressure¶
Resets the AirPressure attribute to an unset state.
The field records the AirPressure the Acquisition of this Image was performed at.
function hasAirPressure¶
Checks whether the AirPressure attribute is present.
Return: true if the attribute has been set, false otherwise
The field records the AirPressure the Acquisition of this Image was performed at.
function setAirPressureUnit¶
Sets the value of the AirPressureUnit attribute.
Parameters:
- value The value to set
- validate If true, validates constraints on value. Default is true.
No description available in the XSD standard.
function setAirPressureUnit¶
Sets the value of the AirPressureUnit attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getAirPressureUnit¶
Returns the value of the AirPressureUnit attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetAirPressureUnit¶
Resets the AirPressureUnit attribute to an unset state.
No description available in the XSD standard.
function hasAirPressureUnit¶
Checks whether the optional AirPressureUnit attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setO2Percent¶
Sets the value of the O2Percent attribute.
Parameters:
- value The value to set
- validate If true, validates constraints on value. Default is true.
This field records the Oxygen concentration around the sample [units:none] during the Acquisition of this Image. Expressed as a percentage fraction as a value from 0.0 to 1.0.
function setO2Percent¶
Sets the value of the O2Percent attribute.
Parameters:
- value The value to set
This field records the Oxygen concentration around the sample [units:none] during the Acquisition of this Image. Expressed as a percentage fraction as a value from 0.0 to 1.0.
function getO2Percent¶
Returns the value of the O2Percent attribute.
Return: The value of the attribute
This field records the Oxygen concentration around the sample [units:none] during the Acquisition of this Image. Expressed as a percentage fraction as a value from 0.0 to 1.0.
function resetO2Percent¶
Resets the O2Percent attribute to an unset state.
This field records the Oxygen concentration around the sample [units:none] during the Acquisition of this Image. Expressed as a percentage fraction as a value from 0.0 to 1.0.
function hasO2Percent¶
Checks whether the optional O2Percent attribute is present.
Return: true if the optional attribute has been set, false otherwise
This field records the Oxygen concentration around the sample [units:none] during the Acquisition of this Image. Expressed as a percentage fraction as a value from 0.0 to 1.0.
function setDescription¶
Sets the value of the Description element.
Parameters:
- value The value to set
- validate If true, validates constraints on value. Default is true.
No description available in the XSD standard.
function setDescription¶
Sets the value of the Description element.
Parameters:
- value The value to set
No description available in the XSD standard.
function getDescription¶
Returns the value of the Description element.
Return: The value of the element
No description available in the XSD standard.
function resetDescription¶
Resets the Description element to an unset state.
No description available in the XSD standard.
function hasDescription¶
Checks whether the optional Description element is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setMap¶
Sets the value of the Map element.
Parameters:
- value The value to set
- validate If true, validates constraints on value. Default is true.
This is a Mapping of Key/Value pairs.
function setMap¶
Sets the value of the Map element.
Parameters:
- value The value to set
This is a Mapping of Key/Value pairs.
function getMap¶
Returns the value of the Map element.
Return: The value of the element
This is a Mapping of Key/Value pairs.
function resetMap¶
Resets the Map element to an unset state.
This is a Mapping of Key/Value pairs.
function hasMap¶
Checks whether the optional Map element is present.
Return: true if the optional attribute has been set, false otherwise
This is a Mapping of Key/Value pairs.
function __internal_create¶
Reimplements: com.inscoper.nbo.NBOBaseClass.__internal_create
function fromBase¶
Cast a NBOBaseClass to a CMOS.
Parameters:
- base The base class to cast
Return: The casted element, or nullptr if the cast fails
function getTemperatureAllowedValues¶
Returns the allowed values for this attribut.
Return: The list of allowed values
The field records the Temperature at which this Image Acquisition was performed. Allowed values include a number or the phrase "Room Temperature".
function getCO2PercentAllowedValues¶
Returns the allowed values for this attribut.
Return: The list of allowed values
The field records the Carbon Dioxide concentration (expressed as a % value) at which this Image Acquisition was performed. Allowed values include a number or the phrase "Ambient Conditions".
function getHumidityAllowedValues¶
Returns the allowed values for this attribut.
Return: The list of allowed values
The field records the Humidity (expressed as a % value) at which this Image Acquisition was performed. Allowed values include a number or the phrase "Ambient Humidity".
Protected Functions Documentation¶
function ImagingEnvironment¶
function swigSetCMemOwn¶
Reimplements: com.inscoper.nbo.NBOBaseClass.swigSetCMemOwn
function finalize¶
Reimplements: com.inscoper.nbo.NBOBaseClass.finalize
function getCPtr¶
Updated on 2026-06-22 at 17:06:26 +0200